home *** CD-ROM | disk | FTP | other *** search
- Path: engnews1.Eng.Sun.COM!taumet!clamage
- From: willer@carolian.com (Steve Willer)
- Newsgroups: comp.std.c++
- Subject: Re: type_info: :name
- Date: 20 Mar 1996 16:29:31 GMT
- Organization: Carolian Systems, Toronto ON
- Sender: news@sq.com (News Administrator)
- Approved: clamage@eng.sun.com (comp.std.c++)
- Message-ID: <31502771.148617369@sqarc.sq.com>
- References: <314F2C64.167EB0E7@itginc.com>
- NNTP-Posting-Host: taumet.eng.sun.com
- X-Newsreader: Forte Agent .99d/32.182
- Originator: clamage@taumet
-
- Joseph Heled <joseph@itginc.com> wrote:
-
- > 0. for all T, typeid(T).name() != 0
-
- and also not ""?
-
- > 1. T1 != T2 ==> ! strcmp(typeid(T1).name, typeid(T2).name())
-
- Presumably you meant "==> strcmp(..." (i.e. without the "not")?
-
-
-
- [ comp.std.c++ is moderated. To submit articles: try just posting with ]
- [ your news-reader. If that fails, use mailto:std-c++@ncar.ucar.edu ]
- [ FAQ: http://reality.sgi.com/employees/austern_mti/std-c++/faq.html ]
- [ Policy: http://reality.sgi.com/employees/austern_mti/std-c++/policy.html ]
- [ Comments? mailto:std-c++-request@ncar.ucar.edu ]
-